-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable opencl on ffmpeg5-6 with DSM >= 7 #6166
Conversation
0dd5b34
to
704c2d0
Compare
4d7e57a
to
e5da7bf
Compare
e5da7bf
to
95a3cde
Compare
@hgy59 I just noticed a not enough space... Looking at my own build status locally enabling opencl is space hungry:
I'll look at cleaning-up post-build what is really resource intensive... Wonder if there is some easy way to augment that? and wetter @Safihre we do have some $ that could help? EDIT: Adding for future reference:
|
I do, I offered a couple of times. Just need a PayPal to donate it to! |
Good to know, I opened-up a ticket with github to check if there isn't any possibility to be granted with more disk storage, otherwise it becomes paid to which I'll have to figure out how this works. Note that the $ would also be beneficial to increase our server storage space... but that's another issue all together. I'll keep you posted when I hear back. |
882ca68
to
172696c
Compare
Also remove vc-intrinsics build fix as issue now solved with new version 0.20.0 with ref. PR intel/vc-intrinsics#130
This remove debug symbols at build time reducing binary size significantly + reducing total compile+link time. Also, when set this enforces a "clean" of the current source directory (i.e. build for cmake/meson/ninja) to drop post-build total storage space used. It is hoped that it will allow compiling intel-graphics-compiler (IGC) using github-action which currently uses way to much space.
Thanks to make Jellyfin usable again. |
@CamFlyerCH thnx for testing it out. Updated packages now published online. |
Description
This PR superseeds #6158 by downgrading the build to force using LLVM 14.x mandatory needed to build
igc
(intel-graphic-compiler).Fixes #6017
Checklist
all-supported
completed successfullyType of change